So it should work ok when used in selected items.
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2;
- color: transparentize($fg_color, 0.7); // marks color
+ color: gtkalpha(currentColor, 0.5); // marks color
@extend %#{$we}_#{$dn};
-GtkScale-slider-length: 20;
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2;
- color: rgba(238, 238, 236, 0.3); }
+ color: alpha(currentColor,0.5); }
.scale.scale-has-marks-below.slider {
border-style: none;
border-radius: 0;
-GtkScale-slider-length: 20;
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2;
- color: rgba(238, 238, 236, 0.3); }
+ color: alpha(currentColor,0.5); }
.scale.scale-has-marks-above.slider {
border-style: none;
border-radius: 0;
-GtkScale-slider-length: 20;
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2;
- color: rgba(238, 238, 236, 0.3); }
+ color: alpha(currentColor,0.5); }
.scale.vertical.scale-has-marks-below.slider {
border-style: none;
border-radius: 0;
-GtkScale-slider-length: 20;
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2;
- color: rgba(238, 238, 236, 0.3); }
+ color: alpha(currentColor,0.5); }
.scale.vertical.scale-has-marks-above.slider {
border-style: none;
border-radius: 0;
-GtkScale-slider-length: 20;
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2;
- color: rgba(46, 52, 54, 0.3); }
+ color: alpha(currentColor,0.5); }
.scale.scale-has-marks-below.slider {
border-style: none;
border-radius: 0;
-GtkScale-slider-length: 20;
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2;
- color: rgba(46, 52, 54, 0.3); }
+ color: alpha(currentColor,0.5); }
.scale.scale-has-marks-above.slider {
border-style: none;
border-radius: 0;
-GtkScale-slider-length: 20;
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2;
- color: rgba(46, 52, 54, 0.3); }
+ color: alpha(currentColor,0.5); }
.scale.vertical.scale-has-marks-below.slider {
border-style: none;
border-radius: 0;
-GtkScale-slider-length: 20;
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2;
- color: rgba(46, 52, 54, 0.3); }
+ color: alpha(currentColor,0.5); }
.scale.vertical.scale-has-marks-above.slider {
border-style: none;
border-radius: 0;